home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megadoom II
/
MEGADOOM II - iso.7z
/
MEGADOOM II.ISO
/
doom
/
editors
/
wadfile
/
dmop
/
doom2
/
brave.rw
< prev
next >
Wrap
Text File
|
1995-01-07
|
5KB
|
84 lines
;
; Random World File created by populate
;
; Populate was written By Dusty Bedford 1994
;
;Enemies Weight When MAX#OF
ENEMYSHOT 8.42 1L
ENEMYTARGET 109.47 13L
SKELETON 29.61 HARD_ONLY 1L
ROCKETS 75.79 18
BLUEBALL 6.32 ;3
INVULN 11.23 EASY_ONLY 4
BFG9000 5.61 1L
CHAINGUN 4.21 ;1
CHAINSAW 2.81 1
PLASMA 2.81 1
LAUNCHER 2.81 1
SHOTGUN 2.81 1
SUPERSHOTGUN 2.81 ;1
BACKPACK 2.81 1
ENERCELL 10.53 ;5
BULLETS 19.65 ;7
SHELLBOX 5.61 4
MEGABALL 5.61 2
MEGABALL 8.42 MULTIPLAYER 3L
BFG9000 5.61 MULTIPLAYER 1
CHAINGUN 4.21 MULTIPLAYER 1
PLASMA 2.81 MULTIPLAYER 1
LAUNCHER 2.81 MULTIPLAYER 1
SHOTGUN 2.81 MULTIPLAYER 1
SUPERSHOTGUN 2.81 MULTIPLAYER 1
BACKPACK 5.61 MULTIPLAYER 2
BERSERK 2.81 1
;
; GLOBAL SETTINGS: THEY AFFECTS THE ENTIRE WORLD
;
; At run-time this value is used to adjust the
; Max#of variable based on the population of
; the level being modified. Using the strict
; standard requires that one or more of the
; items in the list above not have a specified
; maximum number of objects.
;
;PER 78 ;Strict standard for exact placement
PER 66 ;Lowered Standard for easy placement
;
; Deleting any of the PRESERVE lines will mean that
; the objects will not be taken from the original
; level. You will have to supply your own above.
;
PRESERVE PILLARS
PRESERVE LAMPS
;
; THRESHOLD determines what a MEGA-GOODIE is.
; MEGA-GOODIES are used to make the level fair
; if the generator places a lot of enemies in
; the level.
;
THRESHOLD 75
;
; I.Q. Determines how intelligently the program
; places objects in the effort to defeat you.
; 250 is the default if it is not specified here.
;
I.Q. 250
;
; EVEN sets the point at which the program must begin
; placing MEGA-GOODIES into the level, on the
; basis of the hardest difficulty rating.
; The MEGA-GOODIES give you a fighting chance,
; setting the value lower or <500 will increase the number
; of MEGA-GOODIES available to you in a the level.
EVEN 500
;
; If SPREAD is not set to a low value then
; a given sector may accumulate too many objects
; this often makes the level impossible to finish
; or just ugly-looking. Setting the value too low
; could make it difficult to place objects within
; a given wad file.
;
SPREAD 15
;